home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-01-07 | 754 b | 21 lines |
- #####################################################################
- #
- # Makefile for the GNU cfengine (C) Mark Burgess 1994
- #
- # It should not be necessary to run make manually. To install
- # cfengine you should cd to the directory containing this
- # file and run "./configure". configure will invoke "make"
- # automatically after generating the makefile. If you want to
- # fine tune it afterwards, type CTRL-C to stop the installation
- # and run make manually.
- #
- #####################################################################
-
- noinst_LIBRARIES = pub
- pub_SOURCES = getopt.c \
- getopt1.c \
- full-write.c\
- regex.c \
- md5.c \
- md5c.c
- EXTRA_DIST = getopt.h global.h md5.h regex.h